confirmEmailChange

open suspend fun confirmEmailChange(collection: String, emailChangeToken: String, password: String): Boolean

Confirms email address change.

Parameters

collection

ID or name of the auth collection.

emailChangeToken

The token from the change email request.

password

The auth record password to confirm the email address change.